]> dgit.raspbian.org Git - nextcloud-desktop.git/commitdiff
Re-add transparent tray window colour
authorClaudio Cambra <claudio.cambra@nextcloud.com>
Tue, 26 Nov 2024 03:38:28 +0000 (11:38 +0800)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Mon, 9 Dec 2024 10:11:02 +0000 (11:11 +0100)
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
src/gui/tray/MainWindow.qml

index c127d6db03a69c90fe9674cd016d96879c9c0c25..5c8cfe2d0e6da9027c92fd50be789b139a30639e 100644 (file)
@@ -39,6 +39,7 @@ ApplicationWindow {
     width:      Systray.useNormalWindow ? Style.trayWindowHeight : Style.trayWindowWidth\r
     height:     Style.trayWindowHeight\r
     flags:      Systray.useNormalWindow ? Qt.Window : Qt.Dialog | Qt.FramelessWindowHint\r
+    color: "transparent"\r
 \r
     readonly property int maxMenuHeight: Style.trayWindowHeight - Style.trayWindowHeaderHeight - 2 * Style.trayWindowBorderWidth\r
 \r